home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / parad / aug95 / dond1f4.gif < prev    next >
Graphics Interchange Format  |  1996-11-18  |  10KB  |  543x481  |  4-bit (5 colors)
Labels: text | screenshot | display | software | number
OCR: FRMNAV2.FSL :: #Form1 :: keyPhysical method keyPhysical (var eventInfo KeyEvent) var vCC SmallInt endVar if eventInfo.isPreFilter() then VCC = eventInfo.vCharCode() if active.atFirst() then if (active. Name = "Order_No" and (vCC = VK_LEFT or ( vCC = VK_TAB and eventInfo.isShiftKeyDown() ))) or VCC = VK_UP then disableDefault sendKeys("{F3}",False) endIf endIf if active.atLast() then if (active. Name = "Amount_Paid" and (vCC = VK_RIGHT or vCC = VK_TAB)) or VCC = VK_DOWN then disableDefault sendkeys("{F4}", False) endIf endIf endIf endmethod Edit Line: 10 Col: 1